home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / AIncludes / CMComponent.a < prev    next >
Encoding:
Text File  |  1996-05-01  |  1001 b   |  37 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMComponent.a
  3. ;
  4. ;    Contains:    Stub for including new file names.
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.0
  7. ;                Release:    Universal Interfaces 3.0d3 on Copland DR1
  8. ;
  9. ;    Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10. ;
  11. ;    Bugs?:        If you find a problem with this file, send the file and version
  12. ;                information (from above) and the problem description to:
  13. ;
  14. ;                    Internet:    apple.bugs@applelink.apple.com
  15. ;                    AppleLink:    APPLE.BUGS
  16. ;
  17. ;
  18.     IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
  19. __CMCOMPONENT__ SET 1
  20.  
  21. ;
  22. ;    This file has been included to allow older source code 
  23. ;    to #include <CMComponent.h>.  Please update your source
  24. ;    code to directly #include <CMMComponent.h>
  25. ;      and             #include <CMPRComponent.h>
  26. ;
  27. ;
  28. ;  #include the two ColorSync 2.0 files equivalent to the v. 1.0 file 
  29.     IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
  30.     include 'CMMComponent.a'
  31.     ENDIF
  32.     IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
  33.     include 'CMPRComponent.a'
  34.     ENDIF
  35.     ENDIF ; __CMCOMPONENT__ 
  36.  
  37.